From: Juanma Barranquero Date: Wed, 7 Feb 2007 22:32:09 +0000 (+0000) Subject: ($(TRES)): Use literal "../nt/emacs.rc" instead of $(ALL_DEPS). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~2359 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3fe86b4b682c0c1ceb22533b5b5615f1cd4ef75b;p=emacs.git ($(TRES)): Use literal "../nt/emacs.rc" instead of $(ALL_DEPS). --- diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 9f5783c2ab3..4dad03f4c0c 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -211,7 +211,7 @@ bootstrap-clean: # it is not necessary on later versions, it is still ok to use it. # $(TRES): ../nt/emacs.rc stamp_BLD - $(RC) $(RC_INCLUDE)../nt $(RC_OUT)$@ $(ALL_DEPS) + $(RC) $(RC_INCLUDE)../nt $(RC_OUT)$@ ../nt/emacs.rc # # Build the library. Split up the build into two phases...otherwise we